-
-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: DDR score validation with judgements using step counts #1164
Conversation
A commit has changed the seeds. View the diff here. |
f2737bb
to
19df306
Compare
@@ -164,7 +164,8 @@ export type GPTGoalProgressFormatters<GPT extends GPTString> = { | |||
* indicating what the error was on failure. | |||
*/ | |||
export type ScoreValidator<GPT extends GPTString> = ( | |||
score: ScoreDocument<GPT> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is sensible and should be merged regardless of the sheet data issues, although chart
need not be optional.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll make a separate PR for that and set this one as draft until I can figure out another solution for stepcounts then
What changed between now and the previous state of affairs? You've done a force-push so I can't exactly figure out what was done myself. |
Sorry, bad habit from work. |
Awesome stuff. Thank you man. |
ScoreValidator